0.0
NA
CVE-2025-38699
scsi: bfa: Double-free fix
Description

In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Double-free fix When the bfad_im_probe() function fails during initialization, the memory pointed to by bfad->im is freed without setting bfad->im to NULL. Subsequently, during driver uninstallation, when the state machine enters the bfad_sm_stopping state and calls the bfad_im_probe_undo() function, it attempts to free the memory pointed to by bfad->im again, thereby triggering a double-free vulnerability. Set bfad->im to NULL if probing fails.

INFO

Published Date :

Sept. 4, 2025, 4:15 p.m.

Last Modified :

Sept. 5, 2025, 5:47 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2025-38699 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
Solution
Fix a double-free vulnerability in the scsi: bfa driver by setting the pointer to NULL after freeing memory.
  • Set bfad->im to NULL after memory deallocation.
  • Apply the fix to the Linux kernel's scsi: bfa module.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2025-38699 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2025-38699 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2025-38699 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2025-38699 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Sep. 04, 2025

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Double-free fix When the bfad_im_probe() function fails during initialization, the memory pointed to by bfad->im is freed without setting bfad->im to NULL. Subsequently, during driver uninstallation, when the state machine enters the bfad_sm_stopping state and calls the bfad_im_probe_undo() function, it attempts to free the memory pointed to by bfad->im again, thereby triggering a double-free vulnerability. Set bfad->im to NULL if probing fails.
    Added Reference https://git.kernel.org/stable/c/13f613228cf3c96a038424cd97aa4d6aadc66294
    Added Reference https://git.kernel.org/stable/c/39cfe2c83146aad956318f866d0ee471b7a61fa5
    Added Reference https://git.kernel.org/stable/c/50d9bd48321038bd6e15af5a454bbcd180cf6f80
    Added Reference https://git.kernel.org/stable/c/684c92bb08a25ed3c0356bc7eb532ed5b19588dd
    Added Reference https://git.kernel.org/stable/c/8456f862cb95bcc3a831e1ba87c0c17068be0f3f
    Added Reference https://git.kernel.org/stable/c/8e03dd9fadf76db5b9799583074a1a2a54f787f1
    Added Reference https://git.kernel.org/stable/c/9337c2affbaebe00b75fdf84ea0e2fcf93c140af
    Added Reference https://git.kernel.org/stable/c/add4c4850363d7c1b72e8fce9ccb21fdd2cf5dc9
    Added Reference https://git.kernel.org/stable/c/ba024d92564580bb90ec367248ace8efe16ce815
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
Vulnerability Scoring Details
No CVSS metrics available for this vulnerability.